Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: Failed to load DSAPI Filter
~Sean Brefreeader 16.Dec.03 09:43 AM a Web browser
Domino Server 6.0.2 CF2 Linux - RedHat


Hi

As you are using g++ (GNU C++ Compiler, So the way source code names are translated to the symbol names in the object file is different from way source code names are translated to the symbol names by C compiler because C++ must encode type information into the symbol name in order to preserve strong type safety across compilation units).

Please Check that the following symbols are exported by your library.

FilterInit
Http FilterProc


If the name is little bit different , then use extern "C" directive for exporting the source code names in C fashion rather than c++ fashion.

i.e. use extern "C" before both FilterInit and HttpFilterProc methods in your source Code.

Romil





DSAPI Crashing Domino Server (~Sean Brefreead... 27.Nov.03)
. . Failed to load DSAPI Filter (~Vanessa Prevel... 15.Dec.03)
. . . . RE: Failed to load DSAPI Filter (~Sean Brefreead... 16.Dec.03)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS